lilypond-user
[Top][All Lists]
Advanced

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

Re: Move the fermata


From: David Bobroff
Subject: Re: Move the fermata
Date: Mon, 11 Jun 2007 20:22:02 +0000
User-agent: Thunderbird 1.5.0.12 (Windows/20070509)

Marguerite Plank wrote:
> I've tried several things now to get the fermata over to the right, past
> the rest and, if I can, over the double bar. It would be nice so shift
> the last segno right, too, as I was able to shift the first one left.
> 
> The code that looked most likely (\mark \markup...) threw the fermata to
> the beginning of the next line.

I think you need to look up the \mark stuff in the docs and look for
"end of line visible" or something like that.  By default, LilyPond will
put a \mark at the beginning of a line rather than at the end of a
preceding one.  This normally is what you want but in this case you
don't so you have to tweak it.

> 
> FYI, there's a bunch of extra stuff to hold the place for chord names to
> come plus artifacts from file reuse.
> 
> Any advice?
> 
> 
> ---------
> 
> \version "2.10.20-1"
> 
> \include "english.ly"
> 
> #(set-global-staff-size 18)
> 
> \paper {
>           #(set-paper-size "letter")
>           left-margin = 2.5\cm
>           line-width = 15\cm
>           between-system-padding = #-2
>           between-system-spacing = #-2
>            }
> 
> \header {
> 
>          title = ""
>          poet = \markup { \override #'(font-name . "CaslonAntique")
> \fontsize #3 "3. Oh! What a Row"  }
>          composer = ""          tagline = ""
>    }
> 
> mBreak = { \break }
> 
> %  S E T   K E Y   A N D   T I M E
> 
>     melody = \relative c' {
>             \clef treble
>             \key c\major
>             \time 2/4
> %             \tempo 4 = 100
> 
> % S E T   T U N E   B E L O W
> 
>           \once \override Script #'extra-offset = #'(-2 . 0)
>           c'8\segno g16 e c'8 g16 e
>           c'16 e d c c b a g
>           a16 c b a a g f e
>           f8 g c g \break
> 
>           c8 g16 e c'8 g16 e
>           c'16 e d c c b a g
>           a16 c b a a g f e
>           \once \override Script #'extra-offset = #'(4 . 0)
>           f8 g c r_\markup { \italic Fine } \fermata
>           \bar "||" \break
> 
>           e16 e e c e e e c
>           e16 g g e d b g8
>           d'16 d d b d d d b
>           g16 a g f e d c8 \break
> 
>           e'8 g16-. g-. g-. g-. g-. r
>           g16 g c b a g f e
>           f16 g a f g e d c
>           \once \override Script #'extra-offset = #'(4 . 0)
>           b16 a' g f e d c_\markup { \italic D.S. }  b \segno \bar "|."
>        }
> 
> 
> % E N D   S E T   T U N E
> 
> % B E G I N   S E T   C H O R D S
> 
> harmonies =   \chordmode {
>                  % C H O R D S   T O   C O M E
>          %e2.:min \skip2. b2.:min \skip2. \break
>                     }
> \score {
>        <<
>             \new ChordNames \with {                 voltaOnThisStaff = ##f
>                 \override VoltaBracket #'minimum-space =#-4
>                 }
>                 {
>                  \set chordChanges = ##f
>                  \override ChordName #'font-size = #-1
>                  \override ChordName #'padding = #-2
> 
>                  \harmonies
>                   }
>        \new Staff  \with {   voltaOnThisStaff = ##f  }
>        \melody
>        >>
> 
> \layout {
>             indent = 0.0\cm
>             line-width = 15\cm
>             \context { \Score \remove "Bar_number_engraver" }
>               }
> \midi { }
> 
> }
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 





reply via email to

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