lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with hemiola notation


From: Alan McConnell
Subject: Re: Problem with hemiola notation
Date: Mon, 16 Sep 2013 18:44:01 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, Sep 16, 2013 at 11:21:43PM +0200, Janek Warchoł wrote:
>
> Please send us a short and compilable example and we'll try to tell
> you what exactly needs to be done.  Without an example, i have no idea
> why Phil's solution wouldn't work for you.

      Nothing easier!  Here it is:
(start)--------------------------
% experiment-3.ly  --  This file is about bar lines
%  and will be posted to the lilypond list
\version "2.16.0"

\header {
  title = "A Simple 3/4 Tune"
}

%  Put some vertical space here!
\markup { \vspace #1 }

global =  {
  \key g \major 
  \time 3/4
}


violinOne = \new Voice \relative c'' {
  \set Staff.instrumentName = #"Violin 1 "

d4. e8 d c | b4 g g | a d, d | b' g g \bar "|."

}

%  Challenge:  to get rid of the barline between  g g and a d,  !


\score {
        \new Staff
        << \global \violinOne
        >>
}

\layout { }

                    ------------------------(finish)

Make the second barline Go Away!

Alan

-- 
Alan McConnell :  http://globaltap.com/~alan/
    An idea is not responsible for the people who believe in it.
    If you only have a hammer, you tend to see every problem as a nail.



reply via email to

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