]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/positioning-text-markups-inside-slurs.ly
b65c7d0a07b22ecf32f01bb83d9753965b8e70ed
[lilypond.git] / input / lsr / positioning-text-markups-inside-slurs.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.12.0"
4
5 \header {
6   lsrtags = "expressive-marks, editorial-annotations, tweaks-and-overrides"
7
8   texidoc = "
9 Text markups need to have the @code{outside-staff-priority} property
10 set to false in order to be printed inside slurs. 
11
12 "
13   doctitle = "Positioning text markups inside slurs"
14 } % begin verbatim
15
16 \relative c'' {
17   \override TextScript #'avoid-slur = #'inside
18   \override TextScript #'outside-staff-priority = ##f
19   c2(^\markup { \halign #-10 \natural } d4.) c8
20 }
21