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 19:17:08 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On Tue, Sep 17, 2013 at 12:50:54AM +0200, Janek Warchoł wrote:
> 2013/9/17 Alan McConnell <address@hidden>:
> > 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 [...]
> 
> Nothing easier!  Here the second barline disappears (tested with
> 2.16.2 and 2.17.26)
         <LOL>  You are absolutely right!  However:  try this
         "extract"

(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 Jazzy 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 g4. \bar ""  a8 d,4 d | b' g g \bar "|."

}

%  Challenge:  to get rid of the barline between  g g4. and a8 d,  !


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

\layout { }


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

There is something Weird and Strange going on here(For Thomas
Morley: "Sea Nymphs hourly ring his knell ... ding(dotted) dong bell!)

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]