Re: No Time Signature

2017-12-27 Thread nokel81
Thank you -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: No Time Signature

2017-12-27 Thread Malte Meyn
Am 27.12.2017 um 16:54 schrieb nokel81: Hello, is there a way so that lilypond treats an entire staff as a single bar and just break the notes where it is best? I want to do this with stem-less notes for modern chant. How about this? \version "2.19.80" \relative { \omit Staff.TimeSignatur

No Time Signature

2017-12-27 Thread nokel81
Hello, is there a way so that lilypond treats an entire staff as a single bar and just break the notes where it is best? I want to do this with stem-less notes for modern chant. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lily

Re: No time signature or bar lines

2013-02-10 Thread ivan . k . kuznetsov
Thanks to everyone for all of the helpful information ! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: No time signature or bar lines

2013-02-10 Thread SoundsFromSound
at I want: >> >> A solo piano piece with no barlines and no time signature. > > Looks fine to me. As Xavier and David mentioned, probably better to > override the stencil instead of removing the engraver: > > \layout { > \context { > \Staff &

Re: No time signature or bar lines

2013-02-10 Thread Paul Morris
On Feb 10, 2013, at 12:22 AM, SoundsFromSound wrote: > Hmm, I think I maybe figured it out. Not 100% sure if it's the most lean, > efficient code but this seems to work great for what I want: > > A solo piano piece with no barlines and no time signature. Looks fine to me. As

Re: No time signature or bar lines

2013-02-09 Thread SoundsFromSound
Hmm, I think I maybe figured it out. Not 100% sure if it's the most lean, efficient code but this seems to work great for what I want: A solo piano piece with no barlines and no time signature. \version "2.17.10" \header { % Remove default LilyPond tagline tagline

Re: No time signature or bar lines

2013-02-09 Thread SoundsFromSound
;1 d'1 e'1 f'1 g'1 a'1 b'1 > c''1 d''1 e''1 f''1 g''1 a''1 b''1 >\cadenzaOff > } > > \layout { > >\context { > \Score > % \over

Re: No time signature or bar lines

2013-02-09 Thread Paul Morris
On Feb 9, 2013, at 6:53 PM, ivan.k.kuznet...@gmail.com wrote: > (1) the example below is pretty much what I want expect > that there is space where the time signature would normally go > (I erase the time signature with > "\override TimeSignature #'transparent = ##t" but the space > is still ther

Re: No time signature or bar lines

2013-02-09 Thread Xavier Scheuer
On 10 February 2013 00:53, wrote: > > I need to create musical examples for instruction > and many of these ideally would have no bar lines > or time signatures. Appended is such an example. > > > (1) the example below is pretty much what I want expect > that there is space where the time signat

No time signature or bar lines

2013-02-09 Thread ivan . k . kuznetsov
I need to create musical examples for instruction and many of these ideally would have no bar lines or time signatures. Appended is such an example. (1) the example below is pretty much what I want expect that there is space where the time signature would normally go (I erase the time sign

No time signature?

2008-11-18 Thread Monk Panteleimon
> > I'm new to Lilypond. I've been looking for a way to typeset music without > time signatures. This is because I'm transcribing chants that often use > _recitativ_ and rarely follow any strict meter--the rhythm of the chant is > completely text-driven. Hello Alyozhik, When I'm doing metreles

Re: No time signature?

2008-11-17 Thread Mark Polesky
A, > I did briefly look at that chapter. What I really need to know is: > will it take away any bar lines? Or at least let me decide where to > put them? Just so you know, in default LilyPond mode (ie. not Ancient mode), the most appropriate way of specifying the locations of barlines is by spe

Re: No time signature?

2008-11-17 Thread Derek Schmidt
Thanks all for the help. I found that Mark's solution works best, with one minor addition from an example on the LSR: \layout { raggedright = ##t \context { \Staff whichBar = #"" \remove "Time_signature_engraver" } } I'm guessing that the whichBar = #"" command m

Re: No time signature?

2008-11-17 Thread 今井雄治
looking for a way to typeset music without > time signatures. This is because I'm transcribing chants that often use > _recitativ_ and rarely follow any strict meter--the rhythm of the chant is > completely text-driven. > > Any way to do this? > > Thanks, > A > --

Re: No time signature?

2008-11-17 Thread Eyolf Østrem
On 17.11.2008 (19:49), Derek Schmidt wrote: > Graham, > > I did briefly look at that chapter. What I really need to know is: > will it take away any bar lines? Or at least let me decide where to > put them? > > I actually don't want the Gregorian style (or, at least, that's not > what I'm working

Re: No time signature?

2008-11-17 Thread Graham Percival
chant. Ok, in that case you'll need to dig a bit deeper. Try searching on LSR for "no time signature". Cheers, - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: No time signature?

2008-11-17 Thread Mark Polesky
A, I think it's better to remove the Time_signature_engraver from the Staff context, so it works in all staves without needing to retype the command for each staff. See below. Hope this helps. - Mark \version "2.11.63-1" \score { << \new Staff \relative { g' a b c} \new Staff \relative

Re: No time signature?

2008-11-17 Thread Ari Torhamo
ma, 2008-11-17 kello 16:36 -0800, alyozhik kirjoitti: > Hi all, > > I'm new to Lilypond. I've been looking for a way to typeset music without > time signatures. This is because I'm transcribing chants that often use > _recitativ_ and rarely follow any strict meter--the rhythm of the chant is > com

Re: No time signature?

2008-11-17 Thread Derek Schmidt
gt;> time signatures. This is because I'm transcribing chants that often use >> _recitativ_ and rarely follow any strict meter--the rhythm of the chant is >> completely text-driven. >> >> Any way to do this? >> >> Thanks, >&

Re: No time signature?

2008-11-17 Thread Graham Percival
ypeset music without > time signatures. This is because I'm transcribing chants that often use > _recitativ_ and rarely follow any strict meter--the rhythm of the chant is > completely text-driven. > > Any way to do this? > > Thanks, > A > -- > View this messag

No time signature?

2008-11-17 Thread alyozhik
nks, A -- View this message in context: http://www.nabble.com/No-time-signature--tp20551341p20551341.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/m

Re: No Time Signature, bar lines...

2008-07-14 Thread Graham Percival
On Mon, 14 Jul 2008 22:40:35 + (UTC) David Kendal <[EMAIL PROTECTED]> wrote: > I have a pair of "Amen" pieces I'm trying to typeset. > Being traditional church music, they have no time > signature - and the bar lengths are very odd, > the bars only being th

No Time Signature, bar lines...

2008-07-14 Thread David Kendal
>> Satisfying the checker... which thinks I'm top-posting otherwise. I have a pair of "Amen" pieces I'm trying to typeset. Being traditional church music, they have no time signature - and the bar lengths are very odd, the bars only being there to organise the pi

Re: time signature or no time signature

2004-02-03 Thread chip
one, it's defined in /usr/share/lilypond/*/ly/property-init.ly /Mats chip wrote: I am working on a song in which the first bit is all free time. I would like to enter the beginning of the song with no time signature - just an empty measure and the words Free Time below it. I've got t

Re: time signature or no time signature

2004-02-03 Thread Mats Bengtsson
f the song with no time signature - just an empty measure and the words Free Time below it. I've got the empty measure and the text done (though the text is longer than the measure), how do I get rid of the time signature? I will put it in the next measure, where the song really gets und

time signature or no time signature

2004-02-02 Thread chip
I am working on a song in which the first bit is all free time. I would like to enter the beginning of the song with no time signature - just an empty measure and the words Free Time below it. I've got the empty measure and the text done (though the text is longer than the measure), how

Re: No time signature

2003-09-27 Thread Graham Percival
On Sat, 27 Sep 2003 20:25:38 -0700 Graham Percival <[EMAIL PROTECTED]> wrote: -snip useless stuff- Sorry folks, I'm doing my weekly email reading, and I responded to an email before I noticed that it had already been dealt with on the mailist. Ignore the previous message and this one. Cheers, -

Re: No time signature

2003-09-27 Thread Graham Percival
On Thu, 25 Sep 2003 17:07:08 +0200 Pierre Fran <[EMAIL PROTECTED]> wrote: > Graham Percival wrote: > >>About a possible way for removing the time signature, PLEASE keep LilyPond questions on the mailist -- you should probably do something like "reply to group" or "reply to mailist", depending upo

Re: No time signature

2003-09-26 Thread Pierre François
Pierre François wrote: Hi, Graham Percival wrote: About a possible way for removing the time signature, I found a way to suppress the time signature and the time bars, that is to put: \property Staff.TimeSignature = \turnOff \property Score.defaultBarType = \turnOff This does the job, but

Re: No time signature

2003-09-24 Thread Graham Percival
On Mon, 22 Sep 2003 17:57:18 +0200 Pierre Fran <[EMAIL PROTECTED]> wrote: > About a possible way for removing the time signature, Please keep LilyPond discussions on the mail list; that way if I'm busy for a few days, somebody else might answer. > Graham Percival wrote: > > On Fri, 19 Sep 2003

Re: No time signature

2003-09-19 Thread Graham Percival
On Fri, 19 Sep 2003 17:45:58 +0200 Pierre Fran <[EMAIL PROTECTED]> wrote: > I need to typseset a piece with no time signature. I don't find in the > manual telling me how to do it. Please see the section on "invisible grobs" in the manual. I highly recommend book

No time signature

2003-09-19 Thread Pierre François
I need to typseset a piece with no time signature. I don't find in the manual telling me how to do it. I suspect I have to set \property to something, but WHAT? Thanks -- Pierre François (http://www.romanliturgy.org) Roemer Visscherstraat 46 NL-1054 EZ Amsterdam (Netherlands) + 31 20 616