lilypond-user
[Top][All Lists]
Advanced

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

Re: Usability Question


From: Mats Bengtsson
Subject: Re: Usability Question
Date: Thu, 18 Jan 2007 13:26:40 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

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





reply via email to

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