lilypond-user
[Top][All Lists]
Advanced

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

Re: lily 1.6.0 small bugs


From: Minh A. Hoang
Subject: Re: lily 1.6.0 small bugs
Date: Tue, 27 Aug 2002 05:45:26 -0700 (PDT)

the example below is an extract from my score:

\version "1.6.0"
\paper{papersize = "a4"}
\include "paper16.ly"

\score {
 \notes \relative c'' \sequential {
 \property Staff.midiInstrument = "acoustic guitar (nylon)"
 \time 6/8
 \key e \major
 \property Staff.NoteCollision \override #'merge-differently-dotted = ##t
 \property Staff.NoteCollision \override #'merge-differently-headed = ##t
 \context Staff
  <
  \context Voice = VA {
   \stemUp
   cis4 cis cis \break \grace dis8 cis2 e4 \break %1

   a4 fis8^" "^"\\textcircled{\\scriptsize{2}}"
   [dis8^#'(lines "II" " ") e8.^#'(lines "I" " ") gis16-4] %|
   gis4-4 fis8^#'(lines "II" " ") fis4 r8 \break %2

   \grace <fis8^#"II" \arpeggio cis8 a8 fis8 cis8 fis,8> %\glissando
   cis'8.-1^#'(lines "IX" " ") dis16-4 dis8-4
   dis4-4 cis8 %|
   [b8.-1^#'(lines "VII" " ") \grace cis8()e16-4 e8]
   e4-4 e16-4( \glissando )fis16-4 \break %11

   \time 9/8
   [e,64 e'64 e64 e64]
   [b,64 e'64 e64 e64]
   [e,,,64 e'''64 e64 e64]
   [b,64 e'64 e64 e64]
   [e,64^#'(italic "rall.") e'64 e64 e64]
   [gis,64 e'64 e64 e64]
   [e,64 e'64 e64 e64]
   [b,64 e'64 e64 e64] %%
   e8-\fermata cis8-4 \grace {[b16-2( cis16-4]}
   )b8^#'(lines (italic "a tempo") " ") r8
   gis8-4^" "^"\\textcircled{\\scriptsize{1}}" \break %14

   \time 6/8
   \grace gis8-4( )fis8^#'(lines "II" " ") r8 e8 fis8 r8 cis8 \break %18
  }

  \context Voice = VB {
   \stemDown
   s2. s2. \break %1

   [a'16-2 fis,16_1 b16_1 dis16_1 fis16-4 b,16-1_" 
"_"\\textcircled{\\scriptsize{3}}"]
   [fis16-4_3 a16_1 gis16_1 b16_0 gis16 gis'16] %|
   [e,16_2 b'16_0 gis16_1 b16_0 fis'16-1 cis16-1]
   [fis,,16-1_1 cis'16_3 fis16_4 a16_1 fis16 cis16] \break %2

   [cis'16_3_" "_"\\textcircled{\\scriptsize{4}}" e16-1 gis16-1 dis'16 dis16 
a16-2]
   [b,16_1 fis'16-3_" "_"\\textcircled{\\scriptsize{3}}" a16-2 dis16 cis16-4 
b,16-0] %|
   [b8_3 <b8_3 \arpeggio dis8_2 fis8_1 b8-1> e'16 gis,16-1]
   [b,16_1_" "_"\\textcircled{\\scriptsize{4}}" e16-1 gis16-1 e16-1] r8 \break 
%11

   %\time 9/8
   [e16 b16 e,,16 b''16 e16 gis16 e16 b16]
   <e,,8 \arpeggio gis'8 b8 e8 gis8 e'8> r8
   [b'''16-2 b,16-0 e16 b16 gis'16 b,16-0] \break %14

   %\time 6/8
   [fis'16 fis,16 a16 cis16 e16 b16]
   [fis'16 fis,16 a16 fis16 cis'16 fis,16] \break %18
  }
 >
}
\midi  {
 \tempo 4=64
}
\paper {
 indent = 20 * \staffspace
 textheight = 185 * \staffspace
 linewidth = 125 * \staffspace
}
}

--- Han-Wen Nienhuys <address@hidden> wrote:
> address@hidden writes:
> > Thank you Rune,
> > But for the bug number one, it is still hold (even with your example)
> > 
> 
> please submit full bug report. FWIW, the following works for me: 
> 
>       \score { \notes  {
>       c4 c c c \break \grace d4 c2 c
>       }}
> 
> -- 
> 
> Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com




reply via email to

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