X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-line.ly;h=392dbf0c8bcff39079f0beb25f67b6a3aeb7ac09;hb=c69439a2389be2a111c22571081596d2b7341721;hp=0f0ac0ea55df804bcdf8e5d98face889fe47a88a;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/regression/note-line.ly b/input/regression/note-line.ly index 0f0ac0ea55..392dbf0c8b 100644 --- a/input/regression/note-line.ly +++ b/input/regression/note-line.ly @@ -1,4 +1,4 @@ -\version "2.7.32" +\version "2.10.0" \header { texidoc = "Note head lines (e.g. glissando) @@ -9,21 +9,22 @@ su = { \change Staff = up} sd = { \change Staff = down} +\layout { + line-width = 8.0 \cm +} + + \context PianoStaff << - \context Staff = "up" { + \new Staff = "up" { + \override Glissando #'breakable = ##t \set PianoStaff.connectArpeggios = ##t \showStaffSwitch \clef F c4 d \sd b a g8 f16 e32 d \su g2 \glissando a,4 \sd \break a2. \su g4 \glissando f1 } - \context Staff = "down" { + \new Staff = "down" { \clef F s1*4 } >> - \layout { - line-width = 8.0 \cm - } - -