X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fottava.ly;h=30fd38770daed7ecb01b0b91680aebee316ea7a4;hb=8f2493cf80f90a12938c305c5fcb01de7e9a03fc;hp=40f759fee3bea3c770df1f2129348b0d246a674e;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/ottava.ly b/input/regression/ottava.ly index 40f759fee3..30fd38770d 100644 --- a/input/regression/ottava.ly +++ b/input/regression/ottava.ly @@ -1,7 +1,7 @@ \header { -texidoc = "Ottava brackets are supported, through the + texidoc = "Ottava brackets are supported, through the use of the scheme function @code{set-octavation}. The spanner should go below a staff for 8va bassa, and the ottavation @@ -10,31 +10,31 @@ string can be tuned with @code{Staff.ottavation}. " } -\version "2.2.0" +\version "2.10.0" -% . There must be a minimum distance between the octavation line and the -% topmost staff line, taking into account the height of the closing -% vertical dashed line. -% -% . Octavation lines broken across staves must always start with `8va' -% (or something similar). -% -% . The `8va' should be slightl offset to the left. -% -% . The final vertical dashed line of the octavation line should be offset -% to the right. -% -% . Octavation lines for `8va bassa' must be below the staff, not above. -% -% . The `8va bassa' string is far too long for short octavation lines. -% LilyPond should select between `8va bassa', `8ba', and `8', depending -% on the available horizontal space (and the octavation style selected -% by the user). The same holds for `8va' and `15ma'. +%% . There must be a minimum distance between the octavation line and the +%% topmost staff line, taking into account the height of the closing +%% vertical dashed line. + % +%% . Octavation lines broken across staves must always start with `8va' +%% (or something similar). + % +%% . The `8va' should be slightl offset to the left. + % +%% . The final vertical dashed line of the octavation line should be offset +%% to the right. + % +%% . Octavation lines for `8va bassa' must be below the staff, not above. + % +%% . The `8va bassa' string is far too long for short octavation lines. +%% LilyPond should select between `8va bassa', `8ba', and `8', depending +%% on the available horizontal space (and the octavation style selected +%% by the user). The same holds for `8va' and `15ma'. -\paper { raggedright = ##t} -\score { - \notes\relative c''' \notes { +\layout { ragged-right = ##t} + +\relative c''' { a b c a #(set-octavation 1) a b c a @@ -64,5 +64,5 @@ string can be tuned with @code{Staff.ottavation}. \set Staff.ottavation = #"8" g,,16 } -} +