X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fstem-length.ly;h=7c5ad94e0381940eafdbfb18b9cae0053479c7f9;hb=59acb35a4ee5d143b59ae13eb30c22b9dfa80cb7;hp=ca1aec23248f44ace9bd9bda99855a8d37919faf;hpb=462ddeacef82187d5b85eb92c167f08561ad311a;p=lilypond.git diff --git a/input/test/stem-length.ly b/input/test/stem-length.ly index ca1aec2324..7c5ad94e03 100644 --- a/input/test/stem-length.ly +++ b/input/test/stem-length.ly @@ -1,9 +1,14 @@ +\version "1.7.18" + +\header{ texidoc = "@cindex Stem Length +You can alter the length of stems. " +} + \score { \context Voice \notes\relative c { - - g''4 \property Voice.stemLength = #14 g4 \property Voice.stemLength = #3 g4 g,,4 - + g''4 \property Voice.Stem \set #'length = #14 g4 + \property Voice.Stem \set #'length = #3 g4 g,,4 } - \paper { } - \midi { } -} \ No newline at end of file + \paper { raggedright = ##t } +} +%% new-chords-done %%