lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \dim and avoid-slur


From: Klaus Blum
Subject: Re: \dim and avoid-slur
Date: Fri, 12 Jun 2015 15:18:59 -0700 (MST)

Hi Simon, 

I've played a bit with your example, based on
http://lsr.di.unimi.it/LSR/Item?id=540 which is also part of the
documentation. 
This might do the trick:

% ---------------------------------------------------

\version "2.19.18"

\score {
  <<
    \new Voice {
      {
        \override TextScript.avoid-slur = #'inside
        \override TextScript.outside-staff-priority = ##f
        \override DynamicTextSpanner.style = #'none
        <<
          {
            f''1( 
            ges''4)\!
          }
          {
            s2 s2^\markup \italic "dim."
          }
        >>
      }

    }
    \new Voice {
      8 8 8 8 8 8 8 8
      4
    }
  >>
}

% ---------------------------------------------------

I only got it to work by replacing "\dim" with a markup expression that
looks the same.

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/dim-and-avoid-slur-tp177780p177782.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]