Re: Ignoring note value when spacing notes and rests

2013-06-16 Thread Marek Klein
Hello,

2013/6/15 Phil Holmes em...@philholmes.net

 I'm setting a piece of late 16th century music (it's in Musica
 Transalpina), and at this time notes and rests tended to occupy a space
 determined by their fitment on the page, rather than their note value.
  I've read the section of the NR on proportional spacing, which does
 exactly the opposite of what I want.  Is there a way to force essentially
 uniform spacing, regardless of note value?


How about this solution?
http://lists.gnu.org/archive/html/lilypond-user/2010-08/msg00301.html

HTH
-- 
Marek Klein
http://gregoriana.sk
Gregoriana on 
youtubehttp://www.youtube.com/playlist?list=PLBQHqmaUgUMZ4Bd4w4heeQF9lV9L7BS-s
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Ignoring note value when spacing notes and rests

2013-06-16 Thread Phil Holmes
Nice.  Thanks.

--
Phil Holmes


  - Original Message - 
  From: Marek Klein 
  To: Phil Holmes 
  Cc: Devel 
  Sent: Sunday, June 16, 2013 1:08 PM
  Subject: Re: Ignoring note value when spacing notes and rests


  Hello,



  2013/6/15 Phil Holmes em...@philholmes.net

I'm setting a piece of late 16th century music (it's in Musica 
Transalpina), and at this time notes and rests tended to occupy a space 
determined by their fitment on the page, rather than their note value.  I've 
read the section of the NR on proportional spacing, which does exactly the 
opposite of what I want.  Is there a way to force essentially uniform spacing, 
regardless of note value?



  How about this solution?
  http://lists.gnu.org/archive/html/lilypond-user/2010-08/msg00301.html


  HTH

  -- 

  Marek Klein
  http://gregoriana.sk
  Gregoriana on youtube



--


  ___
  lilypond-devel mailing list
  lilypond-devel@gnu.org
  https://lists.gnu.org/mailman/listinfo/lilypond-devel
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Ignoring note value when spacing notes and rests

2013-06-15 Thread Phil Holmes
I'm setting a piece of late 16th century music (it's in Musica Transalpina), 
and at this time notes and rests tended to occupy a space determined by 
their fitment on the page, rather than their note value.  I've read the 
section of the NR on proportional spacing, which does exactly the opposite 
of what I want.  Is there a way to force essentially uniform spacing, 
regardless of note value?


TIA

--
Phil Holmes



___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Ignoring note value when spacing notes and rests

2013-06-15 Thread Benkő Pál
2013/6/15 Phil Holmes em...@philholmes.net:
 I'm setting a piece of late 16th century music (it's in Musica Transalpina),
 and at this time notes and rests tended to occupy a space determined by
 their fitment on the page, rather than their note value.  I've read the
 section of the NR on proportional spacing, which does exactly the opposite
 of what I want.  Is there a way to force essentially uniform spacing,
 regardless of note value?

I'd love such a command too; in the meantime I play with settings like

\context
{
\Score
% \override SpacingSpanner #'packed-spacing = ##t
\override SpacingSpanner #'base-shortest-duration = #(ly:make-moment 16 1)
\override SpacingSpanner #'shortest-duration-space = #0
\override SpacingSpanner #'spacing-increment = #0
}

p

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel