bug-lilypond
[Top][All Lists]
Advanced

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

easy notation


From: Nick Berg
Subject: easy notation
Date: Tue, 5 Apr 2005 19:27:13 -0400

Thank you for lilypond!
I am unable to enlarge the easy notation noteheads enough.  Below is an
example.  I use planet ccrma lilypond 2.4.5.  I entered the notes using
note edit.  I pasted the notes into the template from the lilypond docs.
In this example I used a very large note size for both staffs.  The easy
heads stay the standard size.  I also tried changing the font size.  The
rests and clefts get larger but not the easy heads.
Thank you for your attention.

#(set-default-paper-size "letter")
#(set-global-staff-size 26)

\header {
  title = "Arabian Nights"
  subtitle =    "from Walt Disney's Aladdin"
  source = ""
  composer = "Ashman and Menken"
  enteredby = ""
  copyright = "1992"
}   
     upper = \relative c' {
        \clef G
        \time 4/4 
            
                  \override NoteHead #'font-size = #6             
        r4 e8 e r4 e | r e8 e r4 e |   % 3
        r e8 e r4 e | r2 r4 c8 d |   % 5
        e4 c8 d e4 c8 e | dis!4 b8 cis! dis!4 b8 dis! |   % 7
        d!4 d8 d d4 e | c2 r4 e8 f |   % 9
        g4 es!8 f g4 es!8 g | fis!4 d8 e! fis!4 d8 fis! |   % 11
        f!4 f8 f f4 g | e2 r4 a8 b |   % 13
        c4 a8 b c4 a8 b | c4 a8 b c4 a8 b |   % 15
        c4 a8 b c4 a | e2 f4 g |   % 17
        e c8 d e4 c8 e | dis!4 b8 cis! dis!4 dis!8 dis! |   % 19
        e4 dis!8 e c'4 b8 a | a1 |   % 21
        r4 a a8 b c4 | < c e > 1|   % 23
        es!4 c8 b c b a4 | < c e! > 1|   % 25
        es!4 r r2 | e,4 e < d g > e8 d |   % 27
        e4 c8 e es! c es!4 | e!1 |   % 29
        r4 a a8 b c4 | < c e > 1|   % 31
        es!4 c8 b c b a4 | < c e > 1|   % 33
        es!4 r r2 | e,4. e8 < d g > 4e8 d |   % 35
        e4 e es!8 c b4 | a1 |   % 37
        r2 < c a' > 
        \bar "|."
     }
     
     lower = \relative c {
        \clef bass
        \time 4/4 
             \setEasyHeads 
                \override NoteHead #'font-size = #6                
        a'4 r e r | a r e r |   % 3
        a r e r | a a a r |   % 5
        a r r2 | a4 r r2 |   % 7
        e4 r r2 | a4 a a r |   % 9
        c r r2 | c4 r r2 |   % 11
        b4 r r2 | < a c >4 < a c > < a c > r |   % 13
        f1 | e |   % 15
        es! | e!2 r |   % 17
        a4 r r2 | a4 r r2 |   % 19
        gis!4 r e' d! | c e c b |   % 21
        a r r2 | a a4 a |   % 23
        c2 r | a a4 a |   % 25
        c c c8 b a4 | < a c > 2b |   % 27
        < a c > 4r f2 | e4 f8 gis! a4 gis!8 f |   % 29
        e4 r r2 | a a4 a |   % 31
        c2 r | a a4 a |   % 33
        c b c8 b a4 | < a c > 2b |   % 35
        < a c > r | r4 e dis!8 e dis! e |   % 37
        a,1 
        \bar "|."
     }
     
     text = \lyricmode {
        _ _ _ _ _ _ _ _ _ Oh, I come from a land, from a far a -- way
place where the car -- a -- van cam -- els roam. Where it's flat and im
-- mense, and the heat is in -- tense. It's bar -- bar -- ic, but hey,
it's home. When the wind's from the east and the sun's from the west and
the sand in the glass is right. Come on down, stop on by, hop a car --
pet and fly to an -- oth -- er A -- ra -- bi -- an night. A -- ra -- bi
-- an nights _ like A -- ra -- bi -- an days "    more often than" not
are hot -- ter than hot in a lot -- ta good ways. A -- ra -- bi -- an
nights _ 'neath A -- ra -- bi --an moons, "    a fool off his" guard
could fall and fall hard out there on the dunes.
     }
     
     \score {
 
       \context GrandStaff <<
         \context Staff = upper {
             \context Voice = singer \upper }
         \lyricsto "singer" \new Lyrics \text
         \context Staff = lower <<
           \clef bass
           \lower
         >>
       >>
       \layout {
         \context { \GrandStaff \accepts "Lyrics" }
         \context { \Lyrics \consists "Bar_engraver" }
               }
       \midi { \tempo 4=60 }

     }



reply via email to

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