X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-line.ly;h=86f8bdaf8e68dd440c568722aa40c4093118cb2a;hb=0e76acabbb8afddf9e7cb48fde04f02b4e415564;hp=b04a44bbfd65662a89c04cc59ee3da6f10c77015;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/note-line.ly b/input/regression/note-line.ly index b04a44bbfd..86f8bdaf8e 100644 --- a/input/regression/note-line.ly +++ b/input/regression/note-line.ly @@ -1,29 +1,30 @@ -\version "1.7.18" +\version "2.14.0" \header { -texidoc = "Note head lines (eg glissando) + texidoc = "Note head lines (e.g. glissando) run between centers of the note heads." } -su = \notes{ \translator Staff = up} -sd = \notes{ \translator 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 + } +>> +