]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/positioning-text-markups-inside-slurs.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / Documentation / snippets / positioning-text-markups-inside-slurs.ly
index 053046451c3f68b48780267570fadc1516370bab..8be61a74e2f652711b3ebbea8f7d21fa0d9a8373 100644 (file)
@@ -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 = "expressive-marks, editorial-annotations, tweaks-and-overrides"
+  lsrtags = "editorial-annotations, expressive-marks, tweaks-and-overrides"
 
   texidoc = "
 Text markups need to have the @code{outside-staff-priority} property
@@ -17,9 +17,8 @@ set to false in order to be printed inside slurs.
   doctitle = "Positioning text markups inside slurs"
 } % begin verbatim
 
-
 \relative c'' {
-  \override TextScript #'avoid-slur = #'inside
-  \override TextScript #'outside-staff-priority = ##f
+  \override TextScript.avoid-slur = #'inside
+  \override TextScript.outside-staff-priority = ##f
   c2(^\markup { \halign #-10 \natural } d4.) c8
 }