X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fhiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly;h=98fa6bc09987f123914c01068bea20ca9526d62d;hb=7c5fcff15f69f2e758d346bea43f226218c4da70;hp=3034b53b37b361d3328b2c79d0f65597f838e55f;hpb=d65a3a9777a9e96029f6aa408d86d13a88f6619d;p=lilypond.git diff --git a/Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly b/Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly index 3034b53b37..98fa6bc099 100644 --- a/Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly +++ b/Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly @@ -1,20 +1,25 @@ -% Do not edit this file; it is automatically -% generated from Documentation/snippets/new -% This file is in the public domain. -%% Note: this file works from version 2.13.26 -\version "2.13.31" +%% 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 = "pitches" - texidoc = "This shows how to hide accidentals on tied notes at the beginning of a -new system." - doctitle = "Hiding accidentals on tied notes at the beginning of a new system" -} % begin verbatim + texidoc = " +This shows how to hide accidentals on tied notes at the start of a new +system. + +" + doctitle = "Hiding accidentals on tied notes at the start of a new system" +} % begin verbatim \relative c'' { - \override Accidental #'hide-tied-accidental-after-break = ##t + \override Accidental.hide-tied-accidental-after-break = ##t cis1~ cis~ \break cis } -