Issue 281: manually placed staccato dot centered on stem, not notehead
http://code.google.com/p/lilypond/issues/detail?id=281
Comment #2 by gpermus:
(No comment was entered for this change.)
Issue attribute updates:
Status: Verified
--
You received this message because you are listed i
Issue 51: collision dot and notehead
http://code.google.com/p/lilypond/issues/detail?id=51
Comment #2 by gpermus:
(No comment was entered for this change.)
Issue attribute updates:
Status: Verified
--
You received this message because you are listed in the owner
or CC fields of this is
Thanks, entered as
http://code.google.com/p/lilypond/issues/detail?id=350
Cheers,
- Graham
Selyem Zoltán wrote:
%% A breath mark at the end of a line shifts the next bar number to the left.
\version "2.11.21"
\paper{ ragged-right=##t }
\relative g' {
g1 \break
g1 \breathe \break
g1 \brea
Issue 350: \breathe shifts the bar number of the next line by one letter to the
left
http://code.google.com/p/lilypond/issues/detail?id=350
New issue report by gpermus:
\version "2.11.21"
\paper{ ragged-right=##t }
\relative g' {
\set Score.currentBarNumber = #333
g1 \break
g1 \breathe \bre
Mats Bengtsson wrote:
Graham, I hope you have seen my previous reply in this thread.
Sorry, I missed it! :(
Thanks as always Mats. Sorry about this mix-up, Hernan. This bug has
been added as:
http://code.google.com/p/lilypond/issues/detail?id=349
Cheers,
- Graham
_
Issue 349: crash with TabStaff note outside guitar range
http://code.google.com/p/lilypond/issues/detail?id=349
New issue report by gpermus:
Interpreting music...
/Users/gperciva/Apps/LilyPond.app/Contents/Resources/bin/../share/lilypond/current/scm/lily-library.scm:97:5:
In procedure list-ref in
Graham, I hope you have seen my previous reply in this thread.
Here's a minimal version of Hernan's example.
\version "2.10.0"
\new TabStaff {
e4 c4 e,2 | % ok
% following C note is out of the range of the guitar
% This makes LilyPond crash. Commenting the following
% line produces normal output