[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < Donar format a tabulatures amb lletres ] | [ Up : Staff notation ] | [ Fer unes línies del pentagrama més gruixudes que les altres > ] |
Making glissandi breakable
Si s’ajusta la propietat breakable
al valor #t
en
combinació amb after-line-breaking
, podem fer que un
glissando es divideixi en el salt de línia:
\paper { tagline = ##f } glissandoSkipOn = { \override NoteColumn.glissando-skip = ##t \hide NoteHead \override NoteHead.no-ledgers = ##t } \relative c'' { \override Glissando.breakable = ##t \override Glissando.after-line-breaking = ##t f1\glissando | \break a4 r2. | f1\glissando \once \glissandoSkipOn \break a2 a4 r4 | }
[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < Donar format a tabulatures amb lletres ] | [ Up : Staff notation ] | [ Fer unes línies del pentagrama més gruixudes que les altres > ] |