pub enum RegionalTranspositionTarget {
Written,
Concert,
}Expand description
Choose whether a regional transposition rewrites notation or concert sounding pitch.
Variants§
Written
Rewrite written pitches and local key signatures in the selected measures.
Concert
Keep written notation unchanged and adjust the staff’s concert-pitch offset.
Trait Implementations§
Source§impl Clone for RegionalTranspositionTarget
impl Clone for RegionalTranspositionTarget
impl Copy for RegionalTranspositionTarget
Source§impl Debug for RegionalTranspositionTarget
impl Debug for RegionalTranspositionTarget
Source§impl<'de> Deserialize<'de> for RegionalTranspositionTarget
impl<'de> Deserialize<'de> for RegionalTranspositionTarget
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RegionalTranspositionTarget
impl StructuralPartialEq for RegionalTranspositionTarget
Auto Trait Implementations§
impl Freeze for RegionalTranspositionTarget
impl RefUnwindSafe for RegionalTranspositionTarget
impl Send for RegionalTranspositionTarget
impl Sync for RegionalTranspositionTarget
impl Unpin for RegionalTranspositionTarget
impl UnsafeUnpin for RegionalTranspositionTarget
impl UnwindSafe for RegionalTranspositionTarget
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more