lilypond-user
[Top][All Lists]
Advanced

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

Re: Two time signatures?


From: Damian leGassick
Subject: Re: Two time signatures?
Date: Sat, 19 Jan 2008 12:13:01 +0000

i like the graphic measure GROPING indications at

http://lsr.dsi.unimi.it/LSR/Item?id=261

d :-)


On 19 Jan 2008, at 10:06, Hans Aberg wrote:

On 19 Jan 2008, at 01:48, Valentin Villenave wrote:

% inspired from http://lsr.dsi.unimi.it/LSR/Item?id=261

#(define (double-time one two three four)
  (markup #:override '(baseline-skip . 0) #:number
(#:line ((#:column (one two)) #:vcenter "|" (#:column (three four))))))

\relative {
  \time 3/1
  \override Staff.TimeSignature #'stencil = #ly:text-interface::print
\override Staff.TimeSignature #'text = #(double-time "6" "2" "3" "1" )
  f1 e2 d e f | g1. f2 e1
}

When compiling this example on Mac OS X 10.4.11, I get the error below. I know there is a problem with the Verdana font from the chords, but I could not see where it comes into play here. The Verdana fonts seems best to avoid (being a hybrid font designed for better reading on low-resolution screens):
  http://en.wikipedia.org/wiki/Verdana

  Hans Ã…berg


----
$ lilypond DoubleTimeSignature.ly
GNU LilyPond 2.11.35
Processing `DoubleTimeSignature.ly'
Parsing...
DoubleTimeSignature.ly:0: warning: : no \version statement found, please add

\version "2.11.35"

for future compatibility
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `DoubleTimeSignature.ps'...
`cd /var/tmp/tmp.0.2FiEXZ && fondu -force '/Library/Fonts/Verdana'' failed (256) programming error: Parsed object should be dead: static scm_unused_struct* Prob::mark_smob(scm_unused_struct*)
continuing, cross fingers
programming error: Parsed object should be dead: static scm_unused_struct* Context_def::mark_smob(scm_unused_struct*)
continuing, cross fingers
programming error: Parsed object should be dead: static scm_unused_struct* Lily_lexer::mark_smob(scm_unused_struct*)
continuing, cross fingers
programming error: Parsed object should be dead: static scm_unused_struct* Grob::mark_smob(scm_unused_struct*)
continuing, cross fingers
error: failed files: "DoubleTimeSignature.ly"
----




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





reply via email to

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