lilypond-user
[Top][All Lists]
Advanced

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

Re: GDP: addition for Rhythms?


From: Palmer, Ralph
Subject: Re: GDP: addition for Rhythms?
Date: Fri, 18 Jan 2008 11:01:34 -0500

It may not be pertinent to this particular discussion, but there's another kind 
of "real" polymetric music : where there is a regular alternation between 
different times (e.g., 3/8 - 7/8, or maybe even 5/8 - 3/4 ; in Hindustani 
classical music, there's an 11 beat tal that's counted 2 2 2 2 1.5 1.5).

Ralph

+++++++++++++++++++++++++
Ralph Palmer, CEM
Energy/Administrative Coordinator
Keene State College
Keene, NH 03435-2502
Phone: 603-358-2230
Cell: 603-209-2903
Fax: 603-358-2456
address@hidden


+++++ Orig message ++++++++++++++++

2008/1/14, till <address@hidden>:

> I just read a bit further in the GDP and saw this example about polymetric
> music where each note has still the same duration, so the barlines won't be
> on the same vertical position. Because Lilypond can't count the bars
> anymore, it won't put bar numbers by default. This has to be done a similar
> way by removing the Bar_number_engraver from the score and putting it into
> the staves.
> Should this be added to the example, or find a mentioning in the section
> about bar numbers? Or would you like it as a snippet?

There are two kinds of polymetric music AFAIK: "real" polymetric
pieces, where the timeSignature are always different between parts,
and "false" polymetric pieces, where such a method is just used
temporarily, as a special effect, for a more or less short section.

As Mats pointed out, adding bar numbers in a polymetric piece of the
first kind would be somehow pointless. In a piece of the second kind,
you may use a function such as:
http://lsr.dsi.unimi.it/LSR/Item?id=333

However, if have a snippet to propose to make this whole thing more
self-explanatory, it could be great :)

Cheers,
Valentin




------------------------------

Message: 4
Date: Thu, 17 Jan 2008 17:35:50 +0100
From: Mats Bengtsson <address@hidden>
Subject: Re: Smarter cross-staff Beam 'positions?
To: Trevor Ba?a <address@hidden>
Cc: lilypond-user <address@hidden>
Message-ID: <address@hidden>
Content-Type: text/plain; charset=UTF-8; format=flowed



Trevor Bača wrote:
> Is there a way to get "normal" (noncrosss-staff) beams to likewise sit 
> at that same vertical position?
>
> (IOW, I'm looking for both flat and vertically aligned; Rune's #+inf.0 
> gets flat ... now for the vertically aligned part?)
That sounds like en excellent example of when you want to use positions, 
right?

   /Mats




------------------------------

Message: 5
Date: Thu, 17 Jan 2008 11:58:34 -0500
From: Eliot Handelman <address@hidden>
Subject: Analysis brackets don't work with spaces
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1

Hi,


The following code generates the markups but not the brackets. 
Is there some way to get brackets printed when they are attached to spaces? 

many thanks,

-- eliot


\version "2.10.33"

\header { title = "Brackets don't work with spaces" }

A = {
  \time 4/4
  \clef treble
  s2\startGroup^\markup { \column { 1 } } 
  s2\stopGroup^\markup { \column { 2 } } 
  \bar "|."
}

\score {
  << 
    \new Staff << \A >>
  >>
  
\layout {
    \context {
  \Staff \consists "Horizontal_bracket_engraver"
}
    
  }
}






------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


End of lilypond-user Digest, Vol 62, Issue 87
*********************************************




reply via email to

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