]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / Documentation / snippets / hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly
index e8c052e478652bf16b644beced0f7b50af534c6c..7cb8869e0afd7cbd90cd056a12f689fff3f2708e 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.19.2"
 
 \header {
   lsrtags = "pitches"
@@ -18,8 +18,8 @@ system.
 } % begin verbatim
 
 \relative c'' {
-  \override Accidental #'hide-tied-accidental-after-break = ##t
-  cis1~ cis~
+  \override Accidental.hide-tied-accidental-after-break = ##t
+  cis1~ 1~
   \break
   cis
 }