Re: combine staffs by using a comment

2008-04-21 Thread Mats Bengtsson
You have forgot to use curly braces to enclose all the things you want within the same Staff context. In your first example, the staff created with \new Staff will only contain the single command \set Staff.instrumentName ... Just add another set of curly braces to tell LilyPond what you think

possibly bug in \fret-diagram

2008-04-21 Thread littleflock
Greetings , I am using \version 2.10.33. I experienced incorrect results upon resizing \fret-diagram , specifically for \markup \override #'(size . 3.0){ \override #'(dot-radius . 0.35){ \fret-diagram-terse #x;x;o;2;3;2; } } Everything is resized correctly APART

Re: possibly bug in \fret-diagram

2008-04-21 Thread Mats Bengtsson
You have certainly found a bug. Looking at the code, it turns out that the scaling by size was done twice for these symbols. I have submitted a patch to the source code repository so the bug will be fixed in next 2.11.x version. However I'm not sure when the next 2.10.x release will appear (if

Issue 604 in lilypond: lilypond-book: output directory of included files foo/bar

2008-04-21 Thread codesite-noreply
Issue 604: lilypond-book: output directory of included files foo/bar http://code.google.com/p/lilypond/issues/detail?id=604 New issue report by john.mandereau: Commit 7793e83d0beb36dfbd57ac87e68445729c688f05 makes the following code work @include{foo/bar.itely} I tested the fix with LaTeX

Bar line placement fails to account for long lyrics

2008-04-21 Thread Daniel Poon
\version 2.10.25 %{ %% Long lyrics extend across bar lines inappropriately. %% Distance between bar lines ought to take lyric length into account. %% Lyrics should also be left-justified to a space before the corresponding note, not centered upon the note. %} \paper{ ragged-right = ##t }