lilypond-user
[Top][All Lists]
Advanced

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

Hairpin offset when broken


From: Andrew Bernard
Subject: Hairpin offset when broken
Date: Mon, 25 Jan 2016 21:16:37 +1100
User-agent: Microsoft-MacOutlook/0.0.0.160109

I am trying to offset a hairpin that is broken across lines. It appears that only the second part is affected. What’s wrong here?

Andrew

— snip

\version "2.19.35"


treble = {
  \clef treble
  \time 4/4

  c'' c'' c'' c'' c'' c'' c'' c'' \break
  c'' c'' c'' c''
}

bass = {
  \clef bass
  \time 4/4

  c^\< c c c c \f
  \override Hairpin.Y-offset = #-4
  c c^\< c c c c\ff c
}

\score {

  \new PianoStaff
  <<
    \new Staff \treble
    \new Staff \bass
  >>

  \layout {}
}

— snip


reply via email to

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