X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadding-timing-marks-to-long-glissandi.ly;h=3b4472e9bdde076af22800139dd74bf283340a87;hb=c33c066fd6cc7f1d7f513e76c12e3688a4276059;hp=587a5d9279cb5715a7a4919eb473181679321c34;hpb=d47930b56be83c6433a577cb574daee43aa96a84;p=lilypond.git diff --git a/Documentation/snippets/adding-timing-marks-to-long-glissandi.ly b/Documentation/snippets/adding-timing-marks-to-long-glissandi.ly index 587a5d9279..3b4472e9bd 100644 --- a/Documentation/snippets/adding-timing-marks-to-long-glissandi.ly +++ b/Documentation/snippets/adding-timing-marks-to-long-glissandi.ly @@ -1,38 +1,36 @@ -% DO NOT EDIT this file manually; it is automatically -% generated from Documentation/snippets/new -% Make any changes in Documentation/snippets/new/ -% and then run scripts/auxiliar/makelsr.py -% -% This file is in the public domain. -%% Note: this file works from version 2.15.15 -\version "2.15.15" +%% DO NOT EDIT this file manually; it is automatically +%% 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.18.0" \header { lsrtags = "expressive-marks, staff-notation, tweaks-and-overrides" texidoc = " -Skipped beats in very long glissandi are sometimes indicated by -timing marks, often consisting of stems without noteheads. Such -stems can also be used to carry intermediate expression markings. +Skipped beats in very long glissandi are sometimes indicated by timing +marks, often consisting of stems without noteheads. Such stems can +also be used to carry intermediate expression markings. -If the stems do not align well with the glissando, they may need to -be repositioned slightly. -" +If the stems do not align well with the glissando, they may need to be +repositioned slightly. +" doctitle = "Adding timing marks to long glissandi" } % begin verbatim - glissandoSkipOn = { - \override NoteColumn #'glissando-skip = ##t - \override NoteHead #'transparent = ##t - \override NoteHead #'no-ledgers = ##t + \override NoteColumn.glissando-skip = ##t + \hide NoteHead + \override NoteHead.no-ledgers = ##t } glissandoSkipOff = { - \revert NoteColumn #'glissando-skip - \revert NoteHead #'transparent - \revert NoteHead #'no-ledgers + \revert NoteColumn.glissando-skip + \undo \hide NoteHead + \revert NoteHead.no-ledgers } \relative c'' {