Re: note stem problem

2016-03-06 Thread BB
Thanks a lot! Thats what I wanted but did wrong. Regards On 06.03.2016 12:56, Karol Majewski wrote: \version "2.19.0" \relative c { \key c \major \clef "bass_8" r4 bes, bes'8[ e,] (e) g, } ___ lilypond-user mailing list lilypond-user@gn

Re: note stem problem

2016-03-06 Thread Karol Majewski
You should put the first bracket _after_ the first note:   \version "2.19.0"  \relative c {        \key c \major   \clef "bass_8"   r4 bes, bes'8[ e,] (e) g, }   --Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/

Re: note stem problem

2016-03-06 Thread BB
I do not completely understand. My interpretation is, that lilypnd is deling the [ bes'8 e,] as a quarter note? I used the square brackets to separate the group from the other two notes (e) g, Without the brackets I get it grouped different - for me that does not look nice, but I can live w

Re: note stem problem

2016-03-06 Thread Karol Majewski
Hmmm... you can't beam quarter note with eight note since quarter note doesn't have a beam.   ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

note stem problem

2016-03-06 Thread BB
I get the warning that the note stem does not fit ... in german: Warnung: Notenhals passt nicht in Balken Please check it for warning in other languages: \version "2.19.0" \relative c { \key c \major \clef "bass_8" r4 bes, [bes'8 e,] (e) g, } Is this a known issue or should be thrown