gnu-music-discuss
[Top][All Lists]
Advanced

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

\mark positions after \break


From: Andras Cser
Subject: \mark positions after \break
Date: Thu, 12 Oct 2000 08:47:43 -0700 (PDT)

Maybe a newbie question as welll. 
Any ideas how to hack this to look OK? See comments in the 
.ly file.

Any pointers are appreciated.

Thanks,
Andras

%%% test2.ly %%%
\include "paper16.ly";
 melody = \notes \relative c'' {
%       \partial 8;
        \key g \major;
        \time 4/4;

%%% I believe the marks should be above the chord names. 
%%% Currently this is the other way around.
        \mark "Choir";
        b,4( < g' ) b > <fis a> <g e>|
        [<dis8 ( fis> <e ) g>] [<fis ( a> <dis ) fis>] <e2
g>|
        <b4 g'> <b' d> <c a> <b g>|
        [<fis8 ( a> <g ) b>] [<a ( c> <fis ) a>] <b4. g>
<b8 g>|
        <b4 d> <b d> <c4. a> <a8 fis>|
%
        [<g8 ( b> <fis ) a>] [<g b> <a c>] <g4 b> <fis8. a>
<fis8 a>|
        <fis4 a> <fis c' e> <g b d> [<e8 a c> <e8 a c>]|

        <e4 g b> <b fis' a> <g'2 e>| 
         \bar "||";  \break

%%% This mark is not in the right place
%%% The mark is written over the key.
        \mark "TestMark 1."; 
%%%
        e4 
%%%
%%% This looks OK, but is not in the right place...
%%%     \mark "TestMark 2."; 

        b' [a8 g] | 
        a4 () g2 \mark "Choir"; [<e8 g b> <e g b>]|
        <e4 g b> [<e8 g b> <e g b>] <e4. g b> <e8 g b>| <e2. g b> 

        \bar "|."; 
 }

 text = \lyrics {

 }

accompaniment =\chords {
        e1:min| b2:7 e2:min g2 d4:7 g/d                    
   
        d2:7 g g d:7 e2.:min  b4:7 d2:7 g4 a:min|
        e4:min/b r16 b4:7 e2:min
}

                  \score {
                          \simultaneous {
                            \context ChordNames
\accompaniment
                              \addlyrics
                              \context Staff = mel {
                                \melody
                              }
                              \context Lyrics \text
                           }                           
                          \midi  { \tempo 4=72;}
                          \paper { linewidth = 16.0\cm; }
                  }
%%% End of test2.ly %%%




__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/



reply via email to

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