Re: changing the appearance for single dots in fret boards

2014-06-07 Thread Pierre Perol-Schneider
2014-06-06 9:59 GMT+02:00 Marc Hohl : > I have some fret diagrams where one dot is placed and removed according > to the underlying rhythm, so it would be great to either change its > color or put it in parentheses. > Hallo Marc, See discussion here : http://www.lilypondforum.de/index.php?topic=

Re: bug triplet line collides with fingering

2014-06-07 Thread James
On 07/06/14 06:25, MarcM wrote: > is that bug in the bug list now or does i need to post it somewhere else? > > > > -- > View this message in context: > http://lilypond.1069038.n5.nabble.com/bug-triplet-line-collides-with-fingering-tp57290p163084.html > Sent from the User mailing list archive at N

Re: bug triplet line collides with fingering

2014-06-07 Thread Federico Bruni
2014-06-07 7:25 GMT+02:00 MarcM : > is that bug in the bug list now or does i need to post it somewhere else? > I think that your bug is still open, see this old issue: https://code.google.com/p/lilypond/issues/detail?id=1642 ___ lilypond-user mailing l

Notes engraved in weird order

2014-06-07 Thread mark damerell
Version 2.14 While trying to debug something else I found that Lilypond sometimes engraves its notes in a strange order. If you print the same piece repeatedly, the order changes. I changed my program to display pitch-semitones. With input piece = \relative c' { c4 d e f g a b c,, d f g a } \

Re: Special Characters in Lyrics

2014-06-07 Thread Br. Samuel Springuel
James, the asterisk does not appear on the list of symbols you linked to. David, the quotes worked to get the asterisk into the text, thank you. Trevor, the problem with putting in the spaces like that is that it pushes the "has" to the right so that it no longer lines up with its note. Matth

Re: changing the appearance for single dots in fret boards

2014-06-07 Thread Marc Hohl
Am 07.06.2014 10:02, schrieb Pierre Perol-Schneider: 2014-06-06 9:59 GMT+02:00 Marc Hohl mailto:m...@hohlart.de>>: I have some fret diagrams where one dot is placed and removed according to the underlying rhythm, so it would be great to either change its color or put it in parenthese

Can header items be footnoted?

2014-06-07 Thread Patrick or Cynthia Karl
I tried to footnote a title as follows: \version "2.18.0" \header { title = \markup { "My" \footnote "*" \italic "* Mine, mine, mine!" " Title" } } A = \relative b' { c, d e f g a b c } \score { \new Staff { \A } \layout { } } T

Re: changing the appearance for single dots in fret boards

2014-06-07 Thread Thomas Morley
2014-06-07 17:33 GMT+02:00 Marc Hohl : > Am 07.06.2014 10:02, schrieb Pierre Perol-Schneider: >> >> 2014-06-06 9:59 GMT+02:00 Marc Hohl > >: >> >> >> I have some fret diagrams where one dot is placed and removed >> according >> to the underlying rhythm, so it would b

Lilypond as a library

2014-06-07 Thread Mauren Berti
Hello! I am writing a software as my graduation project which captures audio and generates a .ly file. I'd like to embed Lilypond as a library in my software, so that it can generate the .pdf file directly, but was not able to find a library-like compilation of Lilypond. Is there such a thing? Th