lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing the key signature without loosing accidentials


From: Mats Bengtsson
Subject: Re: Removing the key signature without loosing accidentials
Date: Mon, 03 Jan 2005 12:55:34 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

Why not simply use the property 'transparent' of the KeySignature
layout object?

   /Mats

Sven Axelsson wrote:
Hello List.

This question is for Lilypond 2.4.2.

I've recently started to use Lilypond for typesetting music for the Highland
Bagpipe, having used MusicTeX for many years before. The bagpipe specific
stuff is working fine - I started out with Andrew McNabb's definitions and
changed a lot of stuff to better suit my previous work.

One peculiarity for bagpipe music is that it is written as in C major (no
accidentials) when it actually is using a \key a \mixolydian. I am dealing
with this now by brute force:

\layout {
  \context {
    \Staff
    \remove "Key_engraver"
    \remove "Accidental_engraver"
  }
}

But this means that I can't use accidentials on the (very few) places where
they actually should be used. I guess I can always do e.g. c^\markup{\flat},
but it isn't the same. Is there a better way?


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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