X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-line.ly;h=392dbf0c8bcff39079f0beb25f67b6a3aeb7ac09;hb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;hp=a3c4d22e1084ccf20ba21d8eb3179045015d398f;hpb=95e7eaeeffd28d3a32b3e32578e257197248456b;p=lilypond.git diff --git a/input/regression/note-line.ly b/input/regression/note-line.ly index a3c4d22e10..392dbf0c8b 100644 --- a/input/regression/note-line.ly +++ b/input/regression/note-line.ly @@ -1,31 +1,30 @@ -\version "1.5.68" +\version "2.10.0" \header { -texidoc = "Note head lines (eg glissando) + texidoc = "Note head lines (e.g. glissando) run between centers of the note heads." } -\include "paper20.ly" -\include "norsk.ly" +su = { \change Staff = up} +sd = { \change Staff = down} -su = \notes{ \translator Staff = up} -sd = \notes{ \translator Staff = down} -\score { - \context PianoStaff - \notes < - \context Staff = up { - \property PianoStaff.connectArpeggios = ##t - \showStaffSwitch - \clef F - c4 d \sd h a g8 f16 e32 d \su g2 \glissando a,4 \sd \break a2. \su g4 \glissando f1 - } - \context Staff = down { - \clef F s1*4 - } - > -\paper { - linewidth = 8.0 \cm -} +\layout { + line-width = 8.0 \cm } + +\context PianoStaff +<< + \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 + } + \new Staff = "down" { + \clef F s1*4 + } +>> +