lilypond-user
[Top][All Lists]
Advanced

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

Unable to remove dynamic line inside Dynamics


From: Jay Anderson
Subject: Unable to remove dynamic line inside Dynamics
Date: Thu, 9 Sep 2010 20:27:24 -0700

\version "2.13.32"

justCresc = #(make-music 'CrescendoEvent 'span-direction START
'span-type 'text 'span-text "cresc." 'tweaks '((style . none)))

\new Staff \relative c'
{
  c1\justCresc | %Works as desired
  c |
  c\! |
}

\new PianoStaff
<<
  \new Staff \relative c' { c1 | c | c | c | c | }
  \new Dynamics
  {
    s\justCresc | %Dashed line shows here
    s |
    \override Dynamics.DynamicTextSpanner #'style = #'none
    s1\cresc |
    s |
    s\! |
  }
  \new Staff \relative c' { c1 | c | c | c | c | }
>>

\justCresc works as I want inside a Staff. Inside of Dynamics,
however, the line still shows up. Any ideas how to make not show there
without "\override Dynamics.DynamicTextSpanner #'style = #'none"?
Thanks.

-----Jay



reply via email to

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