X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fstemlets.ly;h=da3b38203202b07e18fbc40892a7df91758722c8;hb=96b15d6cdd6cedd2860135d6095695de4853d1fd;hp=5627d94e598dce20384954de7b0e839864a705cd;hpb=f22c889b1389cb7d761580762fe77973780f2f86;p=lilypond.git diff --git a/Documentation/snippets/stemlets.ly b/Documentation/snippets/stemlets.ly index 5627d94e59..da3b382032 100644 --- a/Documentation/snippets/stemlets.ly +++ b/Documentation/snippets/stemlets.ly @@ -1,13 +1,13 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.18.0" \header { - lsrtags = "rhythms, contemporary-notation" + lsrtags = "contemporary-notation, rhythms" texidoc = " In some notational conventions beams are allowed to extend over rests. @@ -30,7 +30,6 @@ the different notations. doctitle = "Stemlets" } % begin verbatim - \paper { ragged-right = ##f } { @@ -38,10 +37,10 @@ the different notations. g'16[^\markup { beams over rests } f' r d'] % N.B. use Score.Stem to set for the whole score. - \override Staff.Stem #'stemlet-length = #0.75 + \override Staff.Stem.stemlet-length = #0.75 c'16[^\markup { stemlets over rests } d' r f'] g'16[^\markup { stemlets and no rests } f' - \once \override Rest #'transparent = ##t + \once \hide Rest r16 d'] }