lilypond-user
[Top][All Lists]
Advanced

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

Re: glissando


From: Macros The Black
Subject: Re: glissando
Date: Tue, 07 May 2002 19:37:43 -0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020311

Hi!

Hi MTB!
First of all there are several issues in you posting that you should correct in the future - otherwise we have a much harder time helping you - and remember that we are sitting here for free in our spare time.

I know that and I'm really thankful for that.

1) Always post a FULL (ought to be) working example - complete with includes, \score-statement, paper block, etc. DON'T just send the few lines that are causing problems - very often the problems are caused by somthing far away in you input file - and further more we of course wan't to ensure that our solution to your problem works - which means that we have to insert all this our selves in order to produce a working file.

Ok, it's not a problem. The reason why I decided not to put the whole thing here is cuz it's my first document at all :) -> well ... you wanted it :)

2) Always state which version of lilypond you use - syntax is changing rapidly, and so are semantics.

latest binary rpm packages - 1.4.13

the whole list of items which I'd like to improve in that is here:
( this isn't meant for you to answer me all these questions :), but
If you would be so kind just to give me some hint or some example,
i'd really very thankful for that )

here we go:

- switch off page numbering ( as long as its one page long :) )
- how do I tell that only 2nd volta should be played within D.C. al Fine ?
- 35th measure - as you can see -> how do i put the sign of 2nd volta on the same level as 1st ?
   ( there's enough space ... )
- 22., 30., 24.->25. measures - glissando ( again :) ) - it's kind of invisible there ( is there way to improve that ) -> should i write above in italic sign like "gliss." ? ( as you can see I'm not much experienced in music notation at all :) )
- 21., 29. measures - how do i make those arpeggios also on the bass note ?
- 15. measure - I can't get on with making slur on the grace at the beginning ( U - style between a''32 and a''16 ) - 1st measure ... is it possible to align it, and the whole row to left side ? - finally 4., 5., 8., 9., 12., 13., 17. - why the note's ?leg? is like .. aside ? i'd like to have it same way as in the beginning of 20th measure ...

thanks for *any* issue

Macros

p.s.> pdf version of mine is at http://www.volny.cz/macros/br/brazille.pdf
\version "1.4.13"
\header {
        title = "Brazilský tanec"
        filename = "brazille.ly"
        copyright = "Public Domain"

        enteredby = "Václav Bártík"
        maintainter = "Václav Bártík"
        maintainterEmail = "address@hidden"
        maintainerWeb = "http://www.volny.cz/macros/";
        lastupdated = "2002/05/06"
        footer = "sazba:  Václav Bártík\\\\email: address@hidden"
        tagline = "\\parbox{\hsize}{\\thefooter}"
}
\include "a4.ly"
\score {
 \notes {
        \time 4/4
        \clef violin
        \key d \major
        \relative c'' {
                \stemUp r2 r8 d'8 [d, fis]
        }
        \repeat volta 2 {
                \context Staff <
                        \context Voice = VA { \stemUp cis'''4 d''8 fis''4 [b''8 
a'' g''] }
                        \context Voice = VB { d1 }
                >
                \context Staff <
                        \context Voice = VA { \stemUp b'4 e'8 g'4 [b'8 cis'' 
d''] }
                        \context Voice = VB { e1 }
                >
                \context Staff <
                        \context Voice = VA { \stemUp fis''4 g'8 cis''4 [e''8 
a'' fis''] }
                        \context Voice = VB { a1 }
                >
        \bar "" \break \bar "|"
                \context Staff <
                        \context Voice = VA { \stemUp b'4 fis'8 a'4 [d'8 fis' 
a'] }
                        \context Voice = VB { d1 }
                >
                \stemUp d8 [a'8 fis' d'] <fis4 fis'> <f f'>
                \context Staff <
                        \context Voice = VA { \stemUp r4 <b'4 g'> r8 [b'8 cis'' 
d''] }
                        \context Voice = VB { <e1 e'1> }
                >
                \context Staff <
                        \context Voice = VA { \stemUp fis''4 g'8 cis''4 [e''8 
a'' fis''] }
                        \context Voice = VB { a1 }
                >
                \context Staff <
                        \context Voice = VA { \stemUp b'4 fis'8 a'4 d'''8 [d'' 
fis''] }
                        \context Voice = VB { d1 }
                >
        \bar "" \break \bar "|"
                \context Staff <
                        \context Voice = VA { \stemUp cis'''4 d''8 fis''4 [b''8 
a'' g''] }
                        \context Voice = VB { d1 }
                >
                \context Staff <
                        \context Voice = VA { \stemUp b'4 e'8 g'4 [b'8 cis'' 
d''] }
                        \context Voice = VB { e1 }
                >
                \context Staff <
                        \context Voice = VA { \stemUp fis''4 g'8 cis''4 [e''8 
a'' fis''] }
                        \context Voice = VB { a1 }
                >
                \context Staff <
                        \context Voice = VA { \stemUp b'4 fis'8 a'4 [d'8 fis' 
a'] }
                        \context Voice = VB { d1 }
                >
                \stemUp [dis'8 fis' a' c''] [dis'' fis'' a'' b'']
                \stemUp s16 \grace {[a''32 b''32]} a''16 [g''8 e'' b' g'] [e' 
b] bes8
                \context Staff <
                        \context Voice = VA { \stemUp r8 [fis' a' d''] r [e' g' 
cis''] }
                        \context Voice = VB { a2 a2 }
                >
        }
        \alternative {
                {       
                        \context Staff <
                                \context Voice = VA { \stemUp d''4 [fis'8 a' 
d'] \stemDown d''' \stemUp  [d'' fis''] }
                                \context Voice = VB { d1 }
                        >
                }
                { <r4 d4> d' \stemDown <d''2\arpeggio fis''_#'((bold italic) 
"Fine") d'''> }
        }
        \bar "" \break \bar ""
        \repeat volta 2 {
                \stemUp <g4\arpeggio g' b' d''> [d''8 d''] <g4 g' b' dis''> 
[dis''8 dis'']
                \context Staff <
                        \context Voice = VA { \stemUp fis''4 [a'8 cis''] r 
[cis''' fis'' cis'''] }
                        \context Voice = VB { a2 d2 }
                >
                \context Staff <
                        \context Voice = VA { \stemUp <d''4\arpeggio fis'' 
cis'''> [cis'''8 cis'''] <cis'''4 fis'' d''> \stemDown b'' }
                        \context Voice = VB { d'2 d }
                >
                \context Staff <
                        \context Voice = VA { \stemDown d'''4 \stemUp g'8 b'4 
\stemDown b''8-\glissando e''' d''' }
                        \context Voice = VB { a2 r }
                >
                \bar "" \break \bar "|"
                \stemUp [b''8 g'' e'' d''] [b' g' b'] \stemDown d'''
                \stemUp [cis'''8 b'' a'' gis''] [g'' fis'' e'' dis'' ]
                \context Staff <
                        \context Voice = VA { \stemDown fis''4 \stemUp g'8 
cis''4 \stemDown [e''8 a''] fis''}
                        \context Voice = VB { a1 }
                >
                \context Staff <
                        \context Voice = VA { \stemDown e''4 \stemUp [fis'8 a'] 
\stemDown d''4 \stemUp <c'' fis'>}
                        \context Voice = VB { \stemUp d2 }
                >
                \bar "" \break \bar "|"
                \stemUp <g4\arpeggio g' b' d''> [d''8 d''] <g4 g' b' dis''> 
[dis''8 dis'']
                \context Staff <
                        \context Voice = VA { \stemUp fis''4 [a'8 cis''] r 
[cis''' fis'' cis'''] }
                        \context Voice = VB { a2 d2 }
                >
                \context Staff <
                        \context Voice = VA { \stemUp <d''4\arpeggio fis'' 
cis'''> [cis'''8 cis'''] <cis'''4 fis'' d''> \stemDown b'' }
                        \context Voice = VB { d'2 d }
                >
                \context Staff <
                        \context Voice = VA { \stemDown d'''4 \stemUp g'8 b'4 
\stemDown b''8-\glissando  e''' d''' }
                        \context Voice = VB { a2 r }
                >
                \stemUp [b''8 gis'' e'' d''] [b' gis' e' d']
                \bar "" \break \bar "|"
                [ c' e' a' c'' ] [ cis' g' ais' cis'' ]
                [ d' g' b' d'' ] [ d' fis' cis'' d'' ]
        }
        \alternative {
                { <g4 g'> [d'8 d'] [d' d' d' d'] }
                { <g4 g'> d'_#'((bold italic) "D.C. al Fine") \context Staff { 
g'8 } \stemDown d''' \stemUp [d'' fis''] }
        }
        \bar "|."
 }
 \paper {  }
 \midi {
        \tempo 4 = 100
 }
}

reply via email to

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