lilypond-user
[Top][All Lists]
Advanced

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

RE: Beam Length override not working.


From: Mark Stephen Mrotek
Subject: RE: Beam Length override not working.
Date: Fri, 27 Apr 2018 10:48:07 -0700

Rodrigo,

 

As a pianist what I wrote is clear, it may not be proper guitar, yet hopefully it might give you some idea of what to do.

 

Mark

 

\version "2.18.2"

\new Staff

\relative c'' {

\time 2/4

  <<

                { e8 e16 ees d8 d16 des }

                \\

                { s16 <a' c> s8 s16 <a c> s8 }

                \\

                { \stemDown c,8. c16 b8. bes16 }

  >>

}

 

From: lilypond-user [mailto:address@hidden On Behalf Of Rodrigo Pinto
Sent: Friday, April 27, 2018 7:47 AM
To: address@hidden
Subject: Beam Length override not working.

 

Hello all. My first message here. 

I'm writing a guitar music and I have a problem I could not solve.

I'm using Lilypond for Windows (v2.18.2).

I tried to make a minimal example of my problem. Here is the code:

 

%%%%%%%%%%begin%%%%%%%%%%%%%%%%%%%%% 

\version "2.18.2"

\new Staff 

\relative c'' {

\time 2/4

  << 

            {\stemUp r16 <a' c> r8 r16 <a c> r8 }

            \\

            { \stemDown e8 e16 ees d8 d16 des }

            \\ 

            { \stemDown c,8. c16 b8. bes16 } 

  >> 

}

 

%%%%%%%%%%end%%%%%%%%%%%%%%%%%%%%% 

Following the documentation on 

I modified the code trying to shorten the beam for the D notes that are ugly:

 

%%%%%%%%%%begin%%%%%%%%%%%%%%%%%%%%% 

 

\version "2.18.2"

\new Staff 

\relative c'' {

\time 2/4

  << 

            {\stemUp r16 <a' c> r8 r16 <a c> r8 r16 <a c> r8 r16 <a c> r8}

            \\

            { \stemDown 

            e8 e16 ees  

            \override Stem.details.beamed-lengths = #'(2)  

            d8 d16 des 

            \revert Stem.details 

            e8 e16 ees d8 d16 des }

            \\ 

            { \stemDown c,8. c16 b8. bes16 c8. c16 b8. bes16 } 

  >> 

}

%%%%%%%%%%end%%%%%%%%%%%%%%%%%%%%% 

 

 

But there is no change at all. I noticed that if I overding the beam length before the first E (on the same voice) it changes the beam for the E, but not for the D.

 

Thanks,

 

Rodrigo

 


reply via email to

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