bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2205 in lilypond: Breathing sign is positioned incorrectly after c


From: lilypond
Subject: Issue 2205 in lilypond: Breathing sign is positioned incorrectly after changing Staff or TabStaff size
Date: Mon, 09 Jan 2012 12:19:13 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 2205 by address@hidden: Breathing sign is positioned incorrectly after changing Staff or TabStaff size
http://code.google.com/p/lilypond/issues/detail?id=2205

Thomas Morley via gnu.org

to bug-lilypond
With "2.14.2" and "2.15.2" the BreathingSign isn't positioned correct,
while using changed staff-size or (default) TabStaff.
2.12.3-behaviour was accurate.

%\version "2.12.3"
\version "2.14.2"
%\version "2.15.20"

mel = { c'1 \breathe }

\score {
       <<
       \new Staff\with {
               fontSize = #-4
               \override StaffSymbol #'staff-space = #(magstep -4)
               \override StaffSymbol #'thickness = #(magstep -4)
       }
       \mel

       \new Staff
       \mel

       \new TabStaff
       \mel
       >>
}


Attachments:
        wrong-2-14-2.png  2.9 KB
        correct-2-12-3.png  5.6 KB




reply via email to

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