X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fstaff-size.ly;h=2ffaf4ec1ce7f16d5da8db4ee771712ebe56d149;hb=6a83303732cf1c1e93eaaff0f7b7cd5005ed598e;hp=e983315c6b2e07dfe38c679af81a4ab932ceacb1;hpb=7ed4019033adf7db7a8f64c4eb7b7f6d0449402f;p=lilypond.git diff --git a/input/test/staff-size.ly b/input/test/staff-size.ly index e983315c6b..2ffaf4ec1c 100644 --- a/input/test/staff-size.ly +++ b/input/test/staff-size.ly @@ -1,17 +1,23 @@ -\score { - \notes \relative c' < \context Voice { - \property Staff.staffLineLeading = 4 - \property Staff.fontSize = #-1 - \property Voice.fontSize = #-1 - - \property Voice . dynamicDirectionection = \up \stemdown -%\key gis; - c8 d [e f g a] b c \ff - } +\version "2.3.17" -\context Staff = VB { \property Voice . dynamicDirectionection = \down c,,4 \ff c c c } +\header { texidoc = "@cindex Staff Size + +In order to change staff sizes, both @code{staff-space} and @code{fontSize} +must be scaled." -> -\paper { linewidth = -1.; } } -\version "1.3.4"; + +\paper { raggedright = ##t} + +\relative c' << +% \new Staff \relative c'' { \dynamicDown c4 \ff c c c } + \new Staff \with { + fontSize = #-3 + \override StaffSymbol #'staff-space = #(magstep -3) + } { + \clef bass + c8 c c c c c c c + } +>> + +