Brett Duncan wrote:

%---------------------------

\version "2.10.12"
#(set-global-staff-size 17)

\header {
title = \markup \center-align \italic { "Sonata 1ma a Violino Solo senza Basso di J. S. Bach"}
}

\include "deutsch.ly"

voiceFive = { \voiceOne \shiftOnn }

melody = \new Staff  {
   \time 4/4
   \key d \minor
   \clef treble
   \relative c' {              \voiceOne
       <<
           \new Voice="3" { \voiceThree b'4}
There's no point in naming the contexts here. You could save some
typing by simply saying
\new Voice { \voiceThree b'4}

For the beam slant, it's tedious but possible to manually specify the position of the end points of the beam, see the example called beam-control.ly in the Tips and Tricks
document.

  /Mats



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to