lilypond-user
[Top][All Lists]
Advanced

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

Re: Including a score fragment in LaTeX document


From: Orm Finnendahl
Subject: Re: Including a score fragment in LaTeX document
Date: Tue, 2 Oct 2018 14:47:01 +0200
User-agent: Mutt/1.10.1 (2018-07-13)

Hi Francesco


try this:

\version "2.19.80"

\score {
  \new Staff {
    \clef treble
    \key c \major
    \time 12/8

% excerpt from Grieg Piano sonata op. 7
    \relative c'' {
% 16
      <c c'>4.->\ff <b b'>-> <ais ais'>-> <b b'>->\> | 

% 17
      s1.*0\! | % I had to add this measure to get the hairpin printed
    }
  }
}

You can multiply any rhythmic value with a number. Using 0 ensures the
endpoint of the crescendo is found without extending the music.

--
Orm



reply via email to

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