David and Nick,

The command was inserted. I do not see any change. My error?

Mark

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of
David Kastrup
Sent: Monday, November 11, 2013 9:43 AM
To: [email protected]
Subject: Re: Angled Beams

"Mark Stephen Mrotek" <[email protected]> writes:

> David,
>
>  
>
> Thank you for your response and directions. When inserted Ignoring 
> non-music expression
>
>   \override Beam.damping =
>
>                            #3
>
>  
>
> I am using 2.16.2.

\override Beam #'damping = #3

I'll be glad when everyone will have upgraded to 2.18.  This must be the
most common miscommunication problem I was ever responsible for on the list.

--
David Kastrup


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
\version "2.16.2"

global = {
  \key a \major
  \numericTimeSignature
  \time 12/8
}

right = \relative c'' {
  \global
  
  g16-2 e' cis g e g cis e cis g e g-2 
  fis8 r r r16 gis, b d gis fis
  \override Beam #'damping = #3
  e8 r r r16
  \stemUp
  \change Staff = "left" fis, a cis
  \change Staff = "right" fis e 
  d8 r r r16
  \change Staff = "left" e, gis b
  \change Staff = "right" e d |

  
}

left = \relative c' {
  \global
  
  a8-1 e cis a4 r8 r16 d fis a d cis b8 r r |
  r16 cis, e gis cis b a8 r r 
  r16 b, d fis b a gis8 r r |

  
}

\score {
  \new PianoStaff <<
    \new Staff = "right" \right
    \new Staff = "left" { \clef bass \left }
  >>
  \layout { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to