lilypond-devel
[Top][All Lists]
Advanced

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

strange "piano centered dynamics" behavior


From: Mark Polesky
Subject: strange "piano centered dynamics" behavior
Date: Thu, 8 Apr 2010 11:37:34 -0700 (PDT)

Does anyone know what's going on here?  Adding a marcato to
the note "c" shifts the dynamic up so that it's no longer
centered.

- Mark


\version "2.13.18"

upperA = \relative g' {
  g8 a b c c,2
}

upperB = \relative g' {
  g8 a b c c,2-^
}

lower = \relative c {
  \clef bass c2 <g c e>2
}

dynamics = {
  s1\p
}

\paper {
  indent = #0
  ragged-right = ##t
}

\score {
  \new PianoStaff <<
    \new Staff \upperA
    \new Dynamics \dynamics
    \new Staff \lower
  >>
}

\score {
  \new PianoStaff <<
    \new Staff \upperB
    \new Dynamics \dynamics
    \new Staff \lower
  >>
}


      

Attachment: centered-dynamics.png
Description: PNG image


reply via email to

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