X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-line.ly;h=a59378224ee6d83d64c00c68cf53164914bed68b;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=0059f64e94a5c47ae76ec376ec90a0b16916be14;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/note-line.ly b/input/regression/note-line.ly index 0059f64e94..a59378224e 100644 --- a/input/regression/note-line.ly +++ b/input/regression/note-line.ly @@ -1,29 +1,30 @@ -\version "2.1.7" +\version "2.12.0" \header { -texidoc = "Note head lines (e.g. glissando) + texidoc = "Note head lines (e.g. glissando) run between centers of the note heads." } -su = \notes{ \change Staff = up} -sd = \notes{ \change Staff = down} +su = { \change Staff = up} +sd = { \change Staff = down} -\score { - \context PianoStaff - \notes << - \context Staff = up { - \property 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 { - \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 + } +>> +