denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] [bug #50207] Alignment of dynamics


From: anonymous
Subject: [Denemo-devel] [bug #50207] Alignment of dynamics
Date: Thu, 2 Feb 2017 02:56:09 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?50207>

                 Summary: Alignment of dynamics
                 Project: Denemo
            Submitted by: None
            Submitted on: Thu 02 Feb 2017 02:56:07 AM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Compare these two codes and notice the difference in alignment of the p after
a hairpin. The first one is better. I noticed this in Denemo when I tried to
use a Dynamic staff. The override worked better!

\markup \vspace #1 %avoid LSR-bug

music = \relative c' {
  a'2\p b\f
  e4\p f\f\> g, b\p
  c2^\markup { \huge gorgeous } c^\markup { \huge fantastic }
}

{
  \music
  \break
  \override DynamicLineSpanner.staff-padding = #3
  \textLengthOn
  \override TextScript.staff-padding = #1
  \music
}

OR

<<
  \new Staff \relative c' {
    c2 d4 e |
    c4 e e,2 |
    g'4 a g a |
    c1 |
  }
  \new Dynamics {
    s1\< |
    s1\p |
    s2\cresc s2-"rit." |
    s1\f |
  }
>>







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50207>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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