]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/quoting-another-voice.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / quoting-another-voice.ly
index 55ea2aaba66980964c4241a7383291775653aa93..cbc1ce7534b4b55b32c934422e4206e89403ccf5 100644 (file)
@@ -1,10 +1,10 @@
 %% 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.16.0"
+\version "2.18.0"
 
 \header {
   lsrtags = "staff-notation"
@@ -25,7 +25,6 @@ the Internals Reference.
   doctitle = "Quoting another voice"
 } % begin verbatim
 
-
 quoteMe = \relative c' {
   fis4 r16 a8.-> b4\ff c
 }
@@ -33,7 +32,7 @@ quoteMe = \relative c' {
 
 original = \relative c'' {
   c8 d s2
-  \once \override NoteColumn #'ignore-collision = ##t
+  \once \override NoteColumn.ignore-collision = ##t
   es8 gis8
 }
 
@@ -54,7 +53,7 @@ original = \relative c'' {
     \new Voice {
       s4
       \set fontSize = #-4
-      \override Stem #'length-fraction = #(magstep -4)
+      \override Stem.length-fraction = #(magstep -4)
       \quoteDuring #"quoteMe" { \skip 2. }
     }
   >>