lilypond-user
[Top][All Lists]
Advanced

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

Unwanted naturals on teaching accidentals style


From: francisperea
Subject: Unwanted naturals on teaching accidentals style
Date: Sat, 19 Dec 2015 16:41:58 -0700 (MST)

Hi all, I'm just new to Lilypond and impressed with its capabilities.

One of my first tries with it was a set of scales for my own learning
changing key every two bars. I wanted to show the accidentals of the key, so
I used  \accidentalStyle teaching

The problem is that in the first bar of every key change it only shows the
key accidentals as I wanted, but in the second bar of every key change a lot
of unwanted naturals are shown. 

Any idea of how to get rid of them?

Thanks a lot in advance.

PS Here is the code I'm using, in case someone wants to test it.

\version "2.18.2"
\language "espanol"

\header{
  title = "Ejercicios de escalas mayores"
  tagline = ""
}

\relative {
 \accidentalStyle teaching
 \override AccidentalCautionary.parenthesized = ##f
 
 \set Staff.printKeyCancellation = ##f
 \override Staff.KeyCancellation.break-visibility = #all-invisible   
 \set Staff.extraNatural = ##f
 
  \tempo 4 = 60
  
 \key sib \major
  sib8^"Sib" do re mib fa sol la sib
  la sol fa mib re do sib4

  \key si \major
  si8^"Si" dos res mi fas sols las si
  las sols fas mi res dos si4
  
  \key do \major
  do8^"Do" re mi fa sol la si do
  si la sol fa mi re do4
}




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Unwanted-naturals-on-teaching-accidentals-style-tp184888.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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