lilypond-user
[Top][All Lists]
Advanced

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

missing numbers in ps file


From: oveg l
Subject: missing numbers in ps file
Date: Wed, 28 Aug 2002 11:28:57 +0200

Hi!

I have a SuSE linux 7.2 and 8.0. I like to use lilypond make a ps file
from manual note. When I compile from test.ly file to test.ps file. I
cannot get error. When I have look at the ps file some number missing.
My own test.ly file:

% Creator: I am, at Sun Aug 11 17:20:18 2002

header
 { title = "Error test: missing numbers"
   subtitle = "Lilypond 1.4.10 on SuSE linux 8.0"
   composer = "Myself"
   piece = "Piece"
   opus = "Opus"
   tagline = "Inter"
   instrument = "Clarinetto si b"
   year = "2002"
   tagline = "Public domain"
 }

include "paper16.ly"


version "1.4.10"
% MIDI copyright:
% MIDI instrument:

score {
  notes {
        time 12/8
% 1
        c''8 d''8 c''8  b'8 a'8 b'8  c''8 d''8 c''8  b'8 a'8 b'8 |
        mark "1"
% 2
        c''8 d''8 c''8  b'8 a'8 b'8  c''8 d''8 c''8  b'8 a'8 b'8 |
        mark "11"
% 3
        c'8 d'8 c'8  b8 a8 b8  c'8 d'8 c'8  b8 a8 b8 |
         }

        paper{}
        midi{
                tempo 4=100
                 }
        }

Missing numbers are is ps file:
    time 12/8 > "2"
and
    mark "11" > 2.th "1".

Why missing this numbers? What can I do to avoid this error?

(Sorry, my poor english.)



--------------------------------------------------
http://www.mailbox.hu - Mert levelezni kell...





reply via email to

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